-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-5103][VL] Support JVM libhdfs in velox #5384
Conversation
will we keep an option to let user disable this feature? |
Is there related changes in oap/velox? |
Hi Yang, thanks for the inputs. We are still trying to figure what’s best way to integrate this feature, will definitely keep the original libhdfs3 and allow to optionally build which hdfs lib
…________________________________
From: Yang Zhang ***@***.***>
Sent: Friday, April 12, 2024 4:30:25 PM
To: apache/incubator-gluten ***@***.***>
Cc: Yuan ***@***.***>; Mention ***@***.***>
Subject: Re: [apache/incubator-gluten] [GLUTEN-5103][VL] Support JVM libhdfs in velox (PR #5384)
will we keep an option to let user disable this feature?
—
Reply to this email directly, view it on GitHub<#5384 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAAKXDKIUVFZ3AB25XGC5TLY46LSDAVCNFSM6AAAAABGDTHTS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGI4DCOJZGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thank you @JkSelf . It throw exception when reading data:
|
61f556c
to
96378f4
Compare
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Hi team, this would be very helpful, just wanted to know if there are any plans to support this thanks! |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
What changes were proposed in this pull request?
Add libhdfs API support in velox backend.
How was this patch tested?
Locally testing TPC-DS queries to loading data from hdfs.